From 3d165c1a902fc0a5f32898e406a79e53ed4bcc97 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 20 Sep 2011 11:57:49 +0200 Subject: [PATCH] gtkmountoperation-x11: unbreak compilation on OpenBSD. Add missing header to prevent undeclared definitions. Bug #659565 --- gtk/gtkmountoperation-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkmountoperation-x11.c b/gtk/gtkmountoperation-x11.c index 1663a028a4..52bce316a4 100644 --- a/gtk/gtkmountoperation-x11.c +++ b/gtk/gtkmountoperation-x11.c @@ -43,6 +43,7 @@ #include #if defined(__OpenBSD__) +#include #include #include #include -- 2.30.2